home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 February / Gamestar_59_2004-02_dvd.iso / Dema / brokenswordtsd_demo.exe / Broken Sword / data.pak / Unnamed File 000803.unknown < prev    next >
Text File  |  2003-11-06  |  14KB  |  948 lines

  1. // This file controls the graphical effects (e.g. swirling background) used in the game menus
  2.  
  3. // There are three basic block types used in the file
  4. // The blocks named gui_xxx list the textures, rectangles, and effects to be used
  5.  
  6. // The rectangle_xxx blocks describe each individual rectangle. Rectangles can have textures
  7. // and are changed by effects
  8.  
  9. // The effect_xxx blocks describe individual graphical effects (e.g. scaling) and can be applied
  10. // one or more rectangles.
  11.  
  12. // The system is a little hard to modify by hand, and really needs an editor
  13.  
  14. {gui_background}
  15.     S:    texture_path = "data/global/ui/"
  16.  
  17.     S[14]:    textures
  18.         [0] = "background"
  19.         [1] = "backgroundscrolling"
  20.         [2] = "backgroundscrolling2"
  21.         [3] = "elementpsi"
  22.         [4] = "elementpowerroomsymbol"
  23.         [5] = "elementtablet"
  24.         [6] = "scrollingtext1"
  25.         [7] = "verttext1"
  26.         [8] = "verttext2"
  27.         [9] = "verttext3"
  28.         [10] = "hortext1"
  29.         [11] = "hortext2"
  30.         [12] = "hortext3"
  31.         [13] = "hortext4"
  32.  
  33.     S[14]:    rectangles
  34.         [0] = "background"
  35.         [1] = "background_scrolling"
  36.         [2] = "background_scrolling_2"
  37.         [3] = "psi"
  38.         [4] = "power_room_symbol"
  39.         [5] = "tablet"
  40.         [6] = "text1"
  41.         [7] = "vert_text1"
  42.         [8] = "vert_text2"
  43.         [9] = "vert_text3"
  44.         [10] = "hortext1"
  45.         [11] = "hortext2"
  46.         [12] = "hortext3"
  47.         [13] = "hortext4"
  48.  
  49.     S[19]:    effects
  50.         [0] = "centre_rotation_cw_slow"
  51.         [1] = "centre_rotation_cw_med"
  52.         [2] = "centre_rotation_cw_fast"
  53.         [3] = "centre_rotation_ccw_med"
  54.         [4] = "horizontal_translator_1"
  55.         [5] = "vertical_translator_1"
  56.         [6] = "vertical_translator_2"
  57.         [7] = "vertical_translator_3"
  58.         [8] = "scaler_1"
  59.         [9] = "scaler_2"
  60.         [10] = "fader_1"
  61.         [11] = "fader_2"
  62.         [12] = "power_room_spline"
  63.         [13] = "psi_spline"
  64.         [14] = "tablet_spline"
  65.         [15] = "hortext1"
  66.         [16] = "hortext2"
  67.         [17] = "hortext3"
  68.         [18] = "hortext4"
  69.         //[19] = "background_spline"
  70.  
  71. {\gui_background}
  72.  
  73. {rectangle_hortext1}
  74.     F:    width = 58.0
  75.     F:    height = 82.0
  76.  
  77.     F:    alpha = 0.7
  78.  
  79.     S:    texture = "hortext1"
  80.  
  81.     S[1]:    effects
  82.         [0] = "hortext1"
  83. {\rectangle_hortext1}
  84.  
  85. {effect_hortext1}
  86.  
  87.     S:    type = "linear_translator"
  88.     F:    time = 60.0
  89.     F:    advance = 20.0
  90.     B:    repeat = TRUE
  91.     B:    start = TRUE
  92.  
  93.     F[2]:    start_at
  94.         [0] = -60.0
  95.         [1] = 406.0
  96.  
  97.     F[2]:    stop_at
  98.         [0] = 640.0
  99.         [1] = 406.0
  100.  
  101. {\effect_hortext1}
  102.  
  103. {rectangle_hortext2}
  104.     F:    width = 266.0
  105.     F:    height = 43.0
  106.  
  107.     F:    alpha = 0.7
  108.  
  109.     S:    texture = "hortext2"
  110.  
  111.     S[1]:    effects
  112.         [0] = "hortext2"
  113. {\rectangle_hortext2}
  114.  
  115. {effect_hortext2}
  116.  
  117.     S:    type = "linear_translator"
  118.     F:    time = 40.0
  119.     F:    advance = 30.0
  120.     B:    repeat = TRUE
  121.     B:    start = TRUE
  122.  
  123.     F[2]:    start_at
  124.         [0] = -270.0
  125.         [1] = 429.0
  126.  
  127.     F[2]:    stop_at
  128.         [0] = 640.0
  129.         [1] = 429.0
  130.  
  131. {\effect_hortext2}
  132.  
  133. {rectangle_hortext3}
  134.     F:    width = 140.0
  135.     F:    height = 23.0
  136.  
  137.     F:    alpha = 0.7
  138.  
  139.     S:    texture = "hortext3"
  140.  
  141.     S[1]:    effects
  142.         [0] = "hortext3"
  143. {\rectangle_hortext3}
  144.  
  145. {effect_hortext3}
  146.  
  147.     S:    type = "linear_translator"
  148.     F:    time = 20.0
  149.     F:    advance = 5.0
  150.     B:    repeat = TRUE
  151.     B:    start = TRUE
  152.  
  153.     F[2]:    start_at
  154.         [0] = -150.0
  155.         [1] = 431.0
  156.  
  157.     F[2]:    stop_at
  158.         [0] = 640.0
  159.         [1] = 431.0
  160.  
  161. {\effect_hortext3}
  162.  
  163. {rectangle_hortext4}
  164.     F:    width = 334.0
  165.     F:    height = 54.0
  166.  
  167.     F:    alpha = 0.7
  168.  
  169.     S:    texture = "hortext4"
  170.  
  171.     S[1]:    effects
  172.         [0] = "hortext4"
  173. {\rectangle_hortext4}
  174.  
  175. {effect_hortext4}
  176.  
  177.     S:    type = "linear_translator"
  178.     F:    time = 30.0
  179.     F:    advance = 4.0
  180.     B:    repeat = TRUE
  181.     B:    start = TRUE
  182.  
  183.     F[2]:    start_at
  184.         [0] = -350.0
  185.         [1] = 426.0
  186.  
  187.     F[2]:    stop_at
  188.         [0] = 640.0
  189.         [1] = 426.0
  190.  
  191. {\effect_hortext4}
  192.  
  193. {rectangle_background}
  194.  
  195.     F:    x = 0.0
  196.     F:    y = 0.0
  197.  
  198.     F:    width = 640.0
  199.     F:    height = 512.0
  200.  
  201.     S:    texture = "background"
  202.  
  203. {\rectangle_background} 
  204.  
  205.  
  206. {rectangle_background_scrolling}
  207.  
  208.     F:    x = 0.0
  209.     F:    y = 0.0
  210.  
  211.     F:    width = 640.0
  212.     F:    height = 512.0
  213.  
  214.     S:    texture = "backgroundscrolling"
  215.  
  216.     F:    alpha = 0.5
  217.  
  218.     S[1]:    effects
  219.         [0] = "centre_rotation_cw_slow"
  220.  
  221. {\rectangle_background_scrolling}
  222.  
  223.  
  224. {rectangle_background_scrolling_2}
  225.  
  226.     B:    centre = TRUE
  227.  
  228.     F:    width = 1280.0
  229.     F:    height = 1024.0
  230.  
  231.     S:    texture = "backgroundscrolling2"
  232.  
  233.     F:    alpha = 0.2
  234.  
  235.     S[1]:    effects
  236.         [0] = "centre_rotation_ccw_med"
  237.         //[1] = "background_spline"
  238.  
  239. {\rectangle_background_scrolling_2}
  240.  
  241.  
  242. {rectangle_psi}
  243.  
  244.     F:    x = 88.0
  245.     F:    y = 88.0
  246.     B:    centre = TRUE
  247.  
  248.     F:    width = 144.0
  249.     F:    height = 149.0
  250.     
  251.     S:    texture = "elementpsi"
  252.  
  253.     S[4]:    effects
  254.         [0] = "centre_rotation_cw_slow"
  255.         [1] = "fader_1"
  256.         [2] = "fader_2"
  257.         [3] = "psi_spline"
  258.  
  259. {\rectangle_psi}
  260.  
  261.  
  262. {rectangle_power_room_symbol}
  263.  
  264.     F:    x = 486.0
  265.     F:    y = 422.0
  266.     B:    centre = TRUE
  267.  
  268.     F:    width = 196.0
  269.     F:    height = 190.0
  270.  
  271.     S:    texture = "elementpowerroomsymbol"
  272.     F:    texture_scale = 0.9
  273.  
  274.     F:    alpha = 0.5
  275.  
  276.     S[4]:    effects
  277.         [0] = "centre_rotation_cw_slow"
  278.         [1] = "power_room_spline"
  279.         [2] = "scaler_1"
  280.         [3] = "scaler_2"
  281.  
  282.  
  283. {\rectangle_power_room_symbol}
  284.  
  285.  
  286. {rectangle_tablet}
  287.  
  288.     //F:    x = 282.0
  289.     //F:    y = 421.0
  290.     //B:    centre = false
  291.  
  292.     F:    width = 534.0
  293.     F:    height = 466.0
  294.  
  295.     S:    texture = "elementtablet"
  296.  
  297.     F:    alpha = 0.08
  298.  
  299.     S[2]:    effects
  300.         [0] = "centre_rotation_cw_slow"
  301.         [1] = "tablet_spline"
  302.  
  303. {\rectangle_tablet}
  304.  
  305.  
  306. {rectangle_text1}
  307.  
  308.     F:    width = 612.0
  309.     F:    height = 52.0
  310.  
  311.     S:    texture = "scrollingtext1"
  312.  
  313.     F:    alpha = 0.0
  314.  
  315.     S[1]:    effects
  316.         [0] = "horizontal_translator_1"
  317.  
  318. {\rectangle_text1}
  319.  
  320.  
  321. {rectangle_vert_text1}
  322.  
  323.     //F:    x = 77.0
  324.     //F:    y = 322.0
  325.     //B:    centre = TRUE
  326.  
  327.     F:    width = 14.0
  328.     F:    height = 314.0
  329.  
  330.     S:    texture = "verttext1"
  331.  
  332.     S[1]:    effects
  333.         [0] = "vertical_translator_1"
  334.  
  335. {\rectangle_vert_text1}
  336.  
  337.  
  338. {rectangle_vert_text2}
  339.  
  340.     //F:    x = 63.0
  341.     //F:    y = 322.0
  342.     //B:    centre = TRUE    
  343.  
  344.     F:    width = 21.0
  345.     F:    height = 244.0
  346.  
  347.     S:    texture = "verttext2"
  348.  
  349.     S[1]:    effects
  350.         [0] = "vertical_translator_2"
  351.  
  352. {\rectangle_vert_text2}
  353.  
  354.  
  355. {rectangle_vert_text3}
  356.  
  357.     //F:    x = 90.0
  358.     //F:    y = 125.0
  359.     //B:    centre = TRUE    
  360.  
  361.     F:    width = 12.0
  362.     F:    height = 29.0
  363.  
  364.     S:    texture = "verttext3"
  365.  
  366.     S[1]:    effects
  367.         [0] = "vertical_translator_3"
  368.  
  369. {\rectangle_vert_text3}
  370.  
  371.  
  372. {effect_centre_rotation_cw_slow}
  373.  
  374.     S:    type = "texture_rotator"
  375.     F:    time = 50.0
  376.     B:    repeat = TRUE
  377.     B:    start = TRUE
  378.  
  379.     F:    angle = 360.0
  380.  
  381.  
  382. {\effect_centre_rotation_cw_slow}
  383.  
  384.  
  385. {effect_centre_rotation_cw_med}
  386.  
  387.     S:    type = "texture_rotator"
  388.     F:    time = 20.0
  389.     B:    repeat = TRUE
  390.     B:    start = TRUE
  391.  
  392.     F:    angle = 360.0
  393.  
  394. {\effect_centre_rotation_cw_med}
  395.  
  396.  
  397. {effect_centre_rotation_cw_fast}
  398.  
  399.     S:    type = "texture_rotator"
  400.     F:    time = 10.0
  401.     B:    repeat = TRUE
  402.     B:    start = TRUE
  403.  
  404.     F:    angle = 360.0
  405.  
  406. {\effect_centre_rotation_cw_fast}
  407.  
  408.  
  409. {effect_centre_rotation_ccw_med}
  410.  
  411.     S:    type = "texture_rotator"
  412.     F:    time = 100.0
  413.     B:    repeat = TRUE
  414.     B:    start = TRUE
  415.  
  416.     F:    angle = -360.0
  417.  
  418. {\effect_centre_rotation_ccw_med}
  419.  
  420.  
  421. {effect_horizontal_translator_1}
  422.  
  423.     S:    type = "linear_translator"
  424.     F:    time = 10.0
  425.     F:    advance = 5.0
  426.     B:    repeat = TRUE
  427.     B:    start = TRUE
  428.  
  429.     F[2]:    start_at
  430.         [0] = -612.0
  431.         [1] = 395.0
  432.  
  433.     F[2]:    stop_at
  434.         [0] = 640.0
  435.         [1] = 395.0
  436.  
  437. {\effect_horizontal_translator_1}
  438.  
  439.  
  440. {effect_vertical_translator_1}
  441.  
  442.     S:    type = "linear_translator"
  443.     F:    time = 25.0
  444.     F:    advance = 2.0
  445.     B:    repeat = TRUE
  446.     B:    start = TRUE
  447.  
  448.     F[2]:    start_at
  449.         [0] = 70.0
  450.         [1] = 826.0
  451.  
  452.     F[2]:    stop_at
  453.         [0] = 70.0
  454.         [1] = -312.0
  455.  
  456. {\effect_vertical_translator_1}
  457.  
  458.  
  459. {effect_vertical_translator_2}
  460.  
  461.     S:    type = "linear_translator"
  462.     F:    time = 15.0
  463.     F:    advance = 10.0
  464.     B:    repeat = TRUE
  465.     B:    start = TRUE
  466.  
  467.     F[2]:    start_at
  468.         [0] = 52.0
  469.         [1] = 680.0
  470.  
  471.     F[2]:    stop_at
  472.         [0] = 52.0
  473.         [1] = -244.0
  474.  
  475. {\effect_vertical_translator_2}
  476.  
  477.  
  478. {effect_vertical_translator_3}
  479.  
  480.     S:    type = "linear_translator"
  481.     F:    time = 6.0
  482.     F:    advance = 2.0
  483.     B:    repeat = TRUE
  484.     B:    start = TRUE
  485.  
  486.     F[2]:    start_at
  487.         [0] = 84.0
  488.         [1] = 550.0
  489.  
  490.     F[2]:    stop_at
  491.         [0] = 84.0
  492.         [1] = -40.0
  493.  
  494. {\effect_vertical_translator_3}
  495.  
  496.  
  497. {effect_scaler_1}
  498.  
  499.     S:    type = "linear_scaler"
  500.     F:    time = 10.0
  501.     B:    start = TRUE
  502.  
  503.     F[2]:    start_at
  504.         [0] = 1.0
  505.         [1] = 1.0
  506.  
  507.     F[2]:    stop_at
  508.         [0] = 2.5
  509.         [1] = 2.5
  510.  
  511.     S[1]:    next
  512.         [0] = "scaler_2"
  513.  
  514. {\effect_scaler_1}
  515.  
  516.  
  517. {effect_scaler_2}
  518.  
  519.     S:    type = "linear_scaler"
  520.     F:    time = 10.0
  521.  
  522.     F[2]:    start_at
  523.         [0] = 2.5
  524.         [1] = 2.5
  525.  
  526.     F[2]:    stop_at
  527.         [0] = 1.0
  528.         [1] = 1.0
  529.  
  530.     S[1]:    next
  531.         [0] = "scaler_1"
  532.  
  533. {\effect_scaler_2}
  534.  
  535.  
  536. {effect_fader_1}
  537.  
  538.     S:    type = "linear_fader"
  539.     F:    time = 10.0
  540.     F:    advance = 5.0
  541.     B:    start = TRUE
  542.  
  543.     I[4]:    start_at
  544.         [0] = 255
  545.         [1] = 255
  546.         [2] = 255
  547.         [3] = 0
  548.  
  549.     I[4]:    stop_at
  550.         [0] = 255
  551.         [1] = 255
  552.         [2] = 255
  553.         [3] = 255
  554.  
  555.     S[1]:    next
  556.         [0] = "fader_2"
  557.  
  558. {\effect_fader_1}
  559.  
  560.  
  561. {effect_fader_2}
  562.  
  563.     S:    type = "linear_fader"
  564.     F:    time = 10.0
  565.  
  566.     I[4]:    start_at
  567.         [0] = 255
  568.         [1] = 255
  569.         [2] = 255
  570.         [3] = 255
  571.  
  572.     I[4]:    stop_at
  573.         [0] = 255
  574.         [1] = 255
  575.         [2] = 255
  576.         [3] = 0
  577.  
  578.     S[1]:    next
  579.         [0] = "fader_1"
  580.  
  581. {\effect_fader_2}
  582.  
  583.  
  584. {effect_power_room_spline}
  585.  
  586.     S:    type = "spline_translator"
  587.     F:    time = 30.0
  588.     B:    repeat = TRUE
  589.     B:    start = TRUE
  590.  
  591.     I:    knots = 6
  592.  
  593.     F[6]:    x
  594.         [0] = 311.0
  595.         [1] = 545.0
  596.         [2] = 420.0
  597.         [3] = 325.0
  598.         [4] = 605.0
  599.         [5] = 568.0
  600.  
  601.     F[6]:    y
  602.         [0] = -340.0
  603.         [1] = 22.0
  604.         [2] = 118.0
  605.         [3] = 300.0
  606.         [4] = 475.0
  607.         [5] = 715.0
  608.  
  609. {\effect_power_room_spline}
  610.  
  611.  
  612. {effect_psi_spline}
  613.  
  614.     S:    type = "spline_translator"
  615.     F:    time = 20.0
  616.     B:    repeat = TRUE
  617.     B:    start = TRUE
  618.  
  619.     I:    knots = 6
  620.  
  621.     F[6]:    x
  622.         [0] = -90.0
  623.         [1] = 44.0
  624.         [2] = 160.0
  625.         [3] = 288.0
  626.         [4] = 144.0
  627.         [5] = 245.0
  628.  
  629.     F[6]:    y
  630.         [0] = -185.0
  631.         [1] = 142.0
  632.         [2] = 168.0
  633.         [3] = 268.0
  634.         [4] = 476.0
  635.         [5] = 634.0
  636.  
  637. {\effect_psi_spline}
  638.  
  639.  
  640. {effect_tablet_spline}
  641.  
  642.     S:    type = "spline_translator"
  643.     F:    time = 90.0
  644.     B:    repeat = TRUE
  645.     B:    start = TRUE
  646.  
  647.     I:    knots = 6
  648.  
  649.     F[6]:    x
  650.         [0] = -90.0
  651.         [1] = 260.0
  652.         [2] = 265.0
  653.         [3] = 350.0
  654.         [4] = 575.0
  655.         [5] = 720.0
  656.  
  657.     F[6]:    y
  658.         [0] = 400.0
  659.         [1] = 395.0
  660.         [2] = 275.0
  661.         [3] = 138.0
  662.         [4] = 245.0
  663.         [5] = 120.0
  664.  
  665. {\effect_tablet_spline}
  666.  
  667. /*
  668. {effect_background_spline}
  669.  
  670.     S:    type = "spline_translator"
  671.     F:    time = 100.0
  672.     B:    repeat = TRUE
  673.     B:    start = TRUE
  674.  
  675.     I:    knots = 6
  676.  
  677.     F[6]:    x
  678.         [0] = 273.0
  679.         [1] = -50.0
  680.         [2] = 266.0
  681.         [3] = 650.0
  682.         [4] = 393.0
  683.         [5] = 273.0
  684.  
  685.     F[6]:    y
  686.         [0] = 100.0
  687.         [1] = 270.0
  688.         [2] = 430.0
  689.         [3] = 195.0
  690.         [4] = 117.0
  691.         [5] = 100.0
  692.  
  693. {\effect_background_spline}
  694. */
  695.  
  696.  
  697. {gui_start_page_english}
  698.  
  699.     S:    texture_path = "data/global/ui/"
  700.  
  701.     S[1]:    textures
  702.         [0] = "logo_english"
  703.  
  704.  
  705.     S[1]:    rectangles
  706.         [0] = "logo_english"
  707.  
  708. {\gui_start_page_english}
  709.  
  710.  
  711. {rectangle_logo_english}
  712.  
  713.     F:    x = 172.0
  714.     F:    y = 46.0
  715.  
  716.     F:    width = 309.0
  717.     F:    height = 290.0
  718.  
  719.     F:    alpha = 1.0
  720.  
  721.     S:    texture = "logo_english"
  722.  
  723. {\rectangle_logo_english}
  724.  
  725.  
  726. {gui_start_page_french}
  727.  
  728.     S:    texture_path = "data/global/ui/"
  729.  
  730.     S[1]:    textures
  731.         [0] = "logo_french"
  732.  
  733.  
  734.     S[1]:    rectangles
  735.         [0] = "logo_french"
  736.  
  737. {\gui_start_page_french}
  738.  
  739.  
  740. {rectangle_logo_french}
  741.  
  742.     F:    x = 215.0
  743.     F:    y = 44.0
  744.  
  745.     F:    width = 224.0
  746.     F:    height = 323.0
  747.  
  748.     F:    alpha = 1.0
  749.  
  750.     S:    texture = "logo_french"
  751.  
  752. {\rectangle_logo_french}
  753.  
  754.  
  755. {gui_start_page_german}
  756.  
  757.     S:    texture_path = "data/global/ui/"
  758.  
  759.     S[1]:    textures
  760.         [0] = "logo_german"
  761.  
  762.  
  763.     S[1]:    rectangles
  764.         [0] = "logo_german"
  765.  
  766. {\gui_start_page_german}
  767.  
  768.  
  769. {rectangle_logo_german}
  770.  
  771.     F:    x = 218.0
  772.     F:    y = 46.0
  773.  
  774.     F:    width = 219.0
  775.     F:    height = 287.0
  776.  
  777.     F:    alpha = 1.0
  778.  
  779.     S:    texture = "logo_german"
  780.  
  781. {\rectangle_logo_german}
  782.  
  783.  
  784. {gui_start_page_italian}
  785.  
  786.     S:    texture_path = "data/global/ui/"
  787.  
  788.     S[1]:    textures
  789.         [0] = "logo_italian"
  790.  
  791.  
  792.     S[1]:    rectangles
  793.         [0] = "logo_italian"
  794.  
  795. {\gui_start_page_italian}
  796.  
  797.  
  798. {rectangle_logo_italian}
  799.  
  800.     F:    x = 176.0
  801.     F:    y = 46.0
  802.  
  803.     F:    width = 301.0
  804.     F:    height = 287.0
  805.  
  806.     F:    alpha = 1.0
  807.  
  808.     S:    texture = "logo_italian"
  809.  
  810. {\rectangle_logo_italian}
  811.  
  812.  
  813. {gui_start_page_spanish}
  814.  
  815.     S:    texture_path = "data/global/ui/"
  816.  
  817.     S[1]:    textures
  818.         [0] = "logo_spanish"
  819.  
  820.  
  821.     S[1]:    rectangles
  822.         [0] = "logo_spanish"
  823.  
  824. {\gui_start_page_spanish}
  825.  
  826.  
  827. {rectangle_logo_spanish}
  828.  
  829.     F:    x = 176.0
  830.     F:    y = 46.0
  831.  
  832.     F:    width = 301.0
  833.     F:    height = 287.0
  834.  
  835.     F:    alpha = 1.0
  836.  
  837.     S:    texture = "logo_spanish"
  838.  
  839. {\rectangle_logo_spanish}
  840.  
  841.  
  842. {gui_start_page_russian}
  843.  
  844.     S:    texture_path = "data/global/ui/"
  845.  
  846.     S[1]:    textures
  847.         [0] = "logo_russian"
  848.  
  849.  
  850.     S[1]:    rectangles
  851.         [0] = "logo_russian"
  852.  
  853. {\gui_start_page_russian}
  854.  
  855.  
  856. {rectangle_logo_russian}
  857.  
  858.     F:    x = 176.0
  859.     F:    y = 46.0
  860.  
  861.     F:    width = 301.0
  862.     F:    height = 287.0
  863.  
  864.     F:    alpha = 1.0
  865.  
  866.     S:    texture = "logo_russian"
  867.  
  868. {\rectangle_logo_russian}
  869.  
  870. {gui_start_page}
  871.     S:    texture_path = "data/global/ui/"
  872.  
  873.     S[1]:    textures
  874.         [0] = "logotype"
  875.  
  876.  
  877.     S[1]:    rectangles
  878.         [0] = "logo"
  879.  
  880. {\gui_start_page}
  881.  
  882. {rectangle_logo}
  883.  
  884.     F:    x = 172.0
  885.     F:    y = 46.0
  886.  
  887.     F:    width = 309.0
  888.     F:    height = 290.0
  889.  
  890.     F:    alpha = 0.7
  891.  
  892.     S:    texture = "logotype"
  893.  
  894. {\rectangle_logo}
  895.  
  896. {gui_dragon}
  897.     S:    texture_path = "data/global/ui/"
  898.  
  899.     S[1]:    textures
  900.         [0] = "dragon"
  901.  
  902.     S[1]:    rectangles
  903.         [0] = "dragon"
  904.  
  905. {\gui_dragon}
  906.  
  907. {rectangle_dragon}
  908.     
  909.     F:    x = 233.0
  910.     F:    y = 46.0
  911.     //B:    centre = TRUE
  912.  
  913.     F:    width = 190.0
  914.     F:    height = 290.0
  915.  
  916.     F:    alpha = 0.3
  917.  
  918.     S:    texture = "dragon"    
  919.  
  920. {\rectangle_dragon}
  921.  
  922. {gui_faded_background_rectangle}
  923.  
  924.     S:    texture_path = "data/global/ui/"
  925.  
  926.     S[1]:    rectangles
  927.         [0] = "faded_background"
  928.  
  929. {\gui_faded_background_rectangle}
  930.  
  931. {rectangle_faded_background}
  932.  
  933.     F:    x = 320.0
  934.     F:    y = 256.0
  935.  
  936.     B:    centre = TRUE
  937.  
  938.     I[4]:    colour
  939.         [0] = 0
  940.         [1] = 0
  941.         [2] = 0
  942.         [3] = 200
  943.  
  944.     F:    width = 568.0
  945.     F:    height = 454.4
  946.  
  947. {\rectangle_faded_background}
  948.